home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / disk-man / userflop.2 / userflop / userfloppy0.2 / README < prev    next >
Encoding:
Text File  |  1994-06-30  |  1.3 KB  |  48 lines

  1. This is the README file for the userfloppy package for Linux
  2. Date: 28-Jun-94
  3. Version: 0.2
  4. Author: Peter Orbaek <poe@daimi.aau.dk>
  5.         Romano Giannetti <romano@sensores2.fis.ucm.es>
  6.  
  7. Changes from 0.1 to 0.2
  8. =======================
  9.  
  10. Stupid bug fix. Thanks to Samson H. Lee <shl0@Lehigh.EDU>
  11.  
  12. Quick installation guide
  13. ========================
  14.  
  15. Edit the #define FDFORMAT in userfdformat.c to specify your full path 
  16. to fdformat.
  17.  
  18.     make
  19.  
  20. It builds cleanly with gcc-2.5.8 and Linux 1.1.18 (libc 4.5.21)
  21.  
  22. And optionally as root (CHECK the Makefile first!):
  23.  
  24.     make install-man
  25.     make install
  26.  
  27.  
  28. Description
  29. ===========
  30.  
  31. This package permits users to have a full access to floppy
  32. disks. (And, but I cannot test it, cdrom and similar). 
  33.  
  34. First, usermount and userumount allow user to mount their disks when 
  35. authorized by the system manager. The main difference between this
  36. mount and the old usermount is that the superuser can specify more
  37. than one entry for the pair device/directory in the authorization
  38. file, with different type. If the /etc/ufstab look like the one in the
  39. dist, users can mount /dev/fd0 on /floppy with types msdos,minix,ext2,
  40. umsdos. the /floppy dir is chown()ed to the user if the mount was
  41. successful. 
  42.  
  43. The userfdformat is simply a wrapper that call fdformat allowing to
  44. normal users to low level format floppy where they have write
  45. permissions. 
  46.  
  47.   
  48.